home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 121_01 / zdir.doc < prev   
Text File  |  1985-08-19  |  2KB  |  67 lines

  1.  
  2.      ZDIR (1)                  BDS C Users' Group                  ZDIR (1)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           zdir - produce directory list 
  8.  
  9.      SYNOPSIS        SYNOPSIS 
  10.           zdir                                   zdir [-fs] [filedesc] ...  
  11.  
  12.      DESCRIPTION        DESCRIPTION 
  13.           ____                                                                 Zdir is a program which produces a directory list on the 
  14.           console, with six directory entries per line.  Optionally, 
  15.           the output may be sorted and/or written to a disk file as 
  16.           well.  Zero or more file descriptors (ambiguous or 
  17.           unambiguous) may be supplied to tailor the output.  If no 
  18.           file descriptors are supplied, a default of *.* is used, 
  19.           i.e.  everything on the current drive.  
  20.  
  21.           The following options are available:
  22.                -f     output filenames to file dir.dir
  23.                -s     sort filenames before outputting
  24.  
  25.      CAVEATS        CAVEATS 
  26.           This program was tested with v1.50 of the BDS C compiler 
  27.           under CP/M 2.2.  It should work with other versions of BDS C 
  28.           and CP/M, but has not been tested.  
  29.  
  30.      EXAMPLES        EXAMPLES 
  31.           zdir a:*.* b:*.*     lists everything on drives A & B; both
  32.                                directories are sorted together
  33.           zdir -f *.com        lists all .COM files on the current default
  34.                                drive and writes the list of files to dir.dir
  35.  
  36.      FILES        FILES 
  37.           dir.dir 
  38.  
  39.      SEE ALSO        SEE ALSO 
  40.           sdir(1) 
  41.  
  42.      BUGS        BUGS 
  43.           If the same file corresponds to more than one file 
  44.           descriptor, it will be listed once for each such 
  45.           correspondence.  
  46.           A maximum of 128 filenames is allowed.  
  47.           Unlike sdir, drive names on their own are treated as 
  48.           requests for all-blank file descriptors.  
  49.  
  50.      NOTES        NOTES 
  51.           Since this program combines the features of ddir & ldir, 
  52.           these two programs have been removed from this version of 
  53.           this diskette.  
  54.           Requires files.c for link.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  a:*.*